Html Css Color HEX #BDDA77 Sulu

📋 copy color: '#BDDA77'

red 189 ◦ green 218 ◦ blue 119

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

Shades of Sulu #BDDA77

Tints of Sulu #BDDA77

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.44%

 BLUE value IS 119 (46.88% from 255) = 22.62%

R = 35.93%
G = 41.44%
B = 22.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#BDDA77 (or 0xBDDA77) is known color: Sulu. HEX triplet: BD, DA and 77. RGB value is (189,218,119). Sum of RGB (Red+Green+Blue) = 189+218+119=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA77 is #422588. Grayscale: #C6C6C6. Windows color (decimal): -4334985 or 7854781. OLE color: 7854781.

HSL color Cylindrical-coordinate representation of color #BDDA77: hue angle of 77.58º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDDA77 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 119 -
CMYK 0.13 0 0.45 0.15
HSL 77.58º 0.57% 0.66% -
HSV(B) 77.58º 0.45% 0.85% -
XYZ 49.39 62.29 26.87 -
YUV 198.04 83.39 121.55 -
System Red Green Blue C M Y K H S L
Decimal 189 218 119 0.13 0 0.45 0.15 77.58 0.57 0.66
Hex BD DA 77 D 0 2D F 4E 39 42
Octal 275 332 167 15 0 55 17 116 71 102
Binary 10111101 11011010 1110111 1101 0 101101 1111 1001110 111001 1000010

Color Harmonies of #BDDA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA77

Black with #BDDA77

Text Example


Text Example

White with #BDDA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA77; }

 p { color: rgb(189,218,119); }

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

background-color css

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

 a { background-color: rgb(189,218,119); }

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

border-color css

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

 span { border-color: rgb(189,218,119); }

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