Html Css Color HEX #BBE94A Conifer

📋 copy color: '#BBE94A'

red 187 ◦ green 233 ◦ blue 74

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

Shades of Conifer #BBE94A

Tints of Conifer #BBE94A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.17%

 BLUE value IS 74 (29.3% from 255) = 14.98%

R = 37.85%
G = 47.17%
B = 14.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#BBE94A (or 0xBBE94A) is known color: Conifer. HEX triplet: BB, E9 and 4A. RGB value is (187,233,74). Sum of RGB (Red+Green+Blue) = 187+233+74=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE94A is #4416B5. Grayscale: #C9C9C9. Windows color (decimal): -4462262 or 4909499. OLE color: 4909499.

HSL color Cylindrical-coordinate representation of color #BBE94A: hue angle of 77.36º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBE94A is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 233 74 -
CMYK 0.20 0 0.68 0.09
HSL 77.36º 0.78% 0.6% -
HSV(B) 77.36º 0.68% 0.91% -
XYZ 50.87 69.34 17.18 -
YUV 201.12 56.26 117.93 -
System Red Green Blue C M Y K H S L
Decimal 187 233 74 0.20 0 0.68 0.09 77.36 0.78 0.6
Hex BB E9 4A 14 0 44 9 4D 4E 3C
Octal 273 351 112 24 0 104 11 115 116 74
Binary 10111011 11101001 1001010 10100 0 1000100 1001 1001101 1001110 111100

Color Harmonies of #BBE94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE94A

Black with #BBE94A

Text Example


Text Example

White with #BBE94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE94A; }

 p { color: rgb(187,233,74); }

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

background-color css

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

 a { background-color: rgb(187,233,74); }

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

border-color css

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

 span { border-color: rgb(187,233,74); }

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