Html Css Color HEX #BBCD74 Pine Glade

📋 copy color: '#BBCD74'

red 187 ◦ green 205 ◦ blue 116

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

Shades of Pine Glade #BBCD74

Tints of Pine Glade #BBCD74

RGB

 RED value IS 187 (73.44% from 255) = 36.81%

 GREEN value IS 205 (80.47% from 255) = 40.35%

 BLUE value IS 116 (45.7% from 255) = 22.83%

R = 36.81%
G = 40.35%
B = 22.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#BBCD74 (or 0xBBCD74) is known color: Pine Glade. HEX triplet: BB, CD and 74. RGB value is (187,205,116). Sum of RGB (Red+Green+Blue) = 187+205+116=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD74 is #44328B. Grayscale: #BDBDBD. Windows color (decimal): -4469388 or 7654843. OLE color: 7654843.

HSL color Cylindrical-coordinate representation of color #BBCD74: hue angle of 72.13º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBCD74 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 116 -
CMYK 0.09 0 0.43 0.20
HSL 72.13º 0.47% 0.63% -
HSV(B) 72.13º 0.43% 0.8% -
XYZ 45.48 55.49 24.84 -
YUV 189.47 86.54 126.24 -
System Red Green Blue C M Y K H S L
Decimal 187 205 116 0.09 0 0.43 0.20 72.13 0.47 0.63
Hex BB CD 74 9 0 2B 14 48 2F 3F
Octal 273 315 164 11 0 53 24 110 57 77
Binary 10111011 11001101 1110100 1001 0 101011 10100 1001000 101111 111111

Color Harmonies of #BBCD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD74

Black with #BBCD74

Text Example


Text Example

White with #BBCD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD74; }

 p { color: rgb(187,205,116); }

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

background-color css

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

 a { background-color: rgb(187,205,116); }

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

border-color css

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

 span { border-color: rgb(187,205,116); }

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