Html Css Color HEX #BDE669 Sulu

📋 copy color: '#BDE669'

red 189 ◦ green 230 ◦ blue 105

#BDE669
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BDE669

Tints of Sulu #BDE669

RGB

 RED value IS 189 (74.22% from 255) = 36.07%

 GREEN value IS 230 (90.23% from 255) = 43.89%

 BLUE value IS 105 (41.41% from 255) = 20.04%

R = 36.07%
G = 43.89%
B = 20.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDE669 (or 0xBDE669) is known color: Sulu. HEX triplet: BD, E6 and 69. RGB value is (189,230,105). Sum of RGB (Red+Green+Blue) = 189+230+105=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE669 is #421996. Grayscale: #CBCBCB. Windows color (decimal): -4331927 or 6940349. OLE color: 6940349.

HSL color Cylindrical-coordinate representation of color #BDE669: hue angle of 79.68º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDE669 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 230 105 -
CMYK 0.18 0 0.54 0.10
HSL 79.68º 0.71% 0.66% -
HSV(B) 79.68º 0.54% 0.9% -
XYZ 51.83 68.43 23.84 -
YUV 203.49 72.42 117.66 -
System Red Green Blue C M Y K H S L
Decimal 189 230 105 0.18 0 0.54 0.10 79.68 0.71 0.66
Hex BD E6 69 12 0 36 A 50 47 42
Octal 275 346 151 22 0 66 12 120 107 102
Binary 10111101 11100110 1101001 10010 0 110110 1010 1010000 1000111 1000010

Color Harmonies of #BDE669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE669

Black with #BDE669

Text Example


Text Example

White with #BDE669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE669; }

 p { color: rgb(189,230,105); }

 H1.HeaderClassName
 {
   color: #BDE669;
 }
 .AnyTagClassName
 {
   color: #BDE669;
 }
</style>

background-color css

<style>
 a { background-color: #BDE669; }

 a { background-color: rgb(189,230,105); }

 div.DivClassName
 {
   background-color: #BDE669;
 }
 .BgClassName
 {
   background-color: #BDE669;
 }
</style>

border-color css

<style>
 span { border-color: #BDE669; }

 span { border-color: rgb(189,230,105); }

 td.TdClassName
 {
   border-color: #BDE669;
 }
 .TagClassName
 {
   border-color: #BDE669;
 }
</style>