Html Css Color HEX #BDDB7B Sulu

📋 copy color: '#BDDB7B'

red 189 ◦ green 219 ◦ blue 123

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

Shades of Sulu #BDDB7B

Tints of Sulu #BDDB7B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

 BLUE value IS 123 (48.44% from 255) = 23.16%

R = 35.59%
G = 41.24%
B = 23.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#BDDB7B (or 0xBDDB7B) is known color: Sulu. HEX triplet: BD, DB and 7B. RGB value is (189,219,123). Sum of RGB (Red+Green+Blue) = 189+219+123=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB7B is #422484. Grayscale: #C7C7C7. Windows color (decimal): -4334725 or 8117181. OLE color: 8117181.

HSL color Cylindrical-coordinate representation of color #BDDB7B: hue angle of 78.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDDB7B is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 123 -
CMYK 0.14 0 0.44 0.14
HSL 78.75º 0.57% 0.67% -
HSV(B) 78.75º 0.44% 0.86% -
XYZ 49.89 62.91 28.25 -
YUV 199.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 189 219 123 0.14 0 0.44 0.14 78.75 0.57 0.67
Hex BD DB 7B E 0 2C E 4F 39 43
Octal 275 333 173 16 0 54 16 117 71 103
Binary 10111101 11011011 1111011 1110 0 101100 1110 1001111 111001 1000011

Color Harmonies of #BDDB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB7B

Black with #BDDB7B

Text Example


Text Example

White with #BDDB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB7B; }

 p { color: rgb(189,219,123); }

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

background-color css

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

 a { background-color: rgb(189,219,123); }

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

border-color css

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

 span { border-color: rgb(189,219,123); }

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