Html Css Color HEX #B4DC7B Sulu

📋 copy color: '#B4DC7B'

red 180 ◦ green 220 ◦ blue 123

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

Shades of Sulu #B4DC7B

Tints of Sulu #B4DC7B

RGB

 RED value IS 180 (70.7% from 255) = 34.42%

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

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

R = 34.42%
G = 42.07%
B = 23.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#B4DC7B (or 0xB4DC7B) is known color: Sulu. HEX triplet: B4, DC and 7B. RGB value is (180,220,123). Sum of RGB (Red+Green+Blue) = 180+220+123=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DC7B is #4B2384. Grayscale: #C5C5C5. Windows color (decimal): -4924293 or 8117428. OLE color: 8117428.

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

Color convert

RGB 180 220 123 -
CMYK 0.18 0 0.44 0.14
HSL 84.74º 0.58% 0.67% -
HSV(B) 84.74º 0.44% 0.86% -
XYZ 47.99 62.32 28.24 -
YUV 196.98 86.25 115.89 -
System Red Green Blue C M Y K H S L
Decimal 180 220 123 0.18 0 0.44 0.14 84.74 0.58 0.67
Hex B4 DC 7B 12 0 2C E 55 3A 43
Octal 264 334 173 22 0 54 16 125 72 103
Binary 10110100 11011100 1111011 10010 0 101100 1110 1010101 111010 1000011

Color Harmonies of #B4DC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DC7B

Black with #B4DC7B

Text Example


Text Example

White with #B4DC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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