Html Css Color HEX #BDDC7B Sulu

📋 copy color: '#BDDC7B'

red 189 ◦ green 220 ◦ blue 123

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

Shades of Sulu #BDDC7B

Tints of Sulu #BDDC7B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.35%

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

R = 35.53%
G = 41.35%
B = 23.12%

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

#BDDC7B (or 0xBDDC7B) is known color: Sulu. HEX triplet: BD, DC and 7B. RGB value is (189,220,123). Sum of RGB (Red+Green+Blue) = 189+220+123=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC7B is #422384. Grayscale: #C8C8C8. Windows color (decimal): -4334469 or 8117437. OLE color: 8117437.

HSL color Cylindrical-coordinate representation of color #BDDC7B: hue angle of 79.18º degrees, saturation: 0.58, 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 #BDDC7B is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 123 -
CMYK 0.14 0 0.44 0.14
HSL 79.18º 0.58% 0.67% -
HSV(B) 79.18º 0.44% 0.86% -
XYZ 50.15 63.44 28.34 -
YUV 199.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 189 220 123 0.14 0 0.44 0.14 79.18 0.58 0.67
Hex BD DC 7B E 0 2C E 4F 3A 43
Octal 275 334 173 16 0 54 16 117 72 103
Binary 10111101 11011100 1111011 1110 0 101100 1110 1001111 111010 1000011

Color Harmonies of #BDDC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC7B

Black with #BDDC7B

Text Example


Text Example

White with #BDDC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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