Html Css Color HEX #BBE94B Conifer

📋 copy color: '#BBE94B'

red 187 ◦ green 233 ◦ blue 75

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

Shades of Conifer #BBE94B

Tints of Conifer #BBE94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.15%

R = 37.78%
G = 47.07%
B = 15.15%

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

#BBE94B (or 0xBBE94B) is known color: Conifer. HEX triplet: BB, E9 and 4B. RGB value is (187,233,75). Sum of RGB (Red+Green+Blue) = 187+233+75=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE94B is #4416B4. Grayscale: #C9C9C9. Windows color (decimal): -4462261 or 4975035. OLE color: 4975035.

HSL color Cylindrical-coordinate representation of color #BBE94B: hue angle of 77.47º 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 #BBE94B is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 233 75 -
CMYK 0.20 0 0.68 0.09
HSL 77.47º 0.78% 0.6% -
HSV(B) 77.47º 0.68% 0.91% -
XYZ 50.9 69.35 17.36 -
YUV 201.23 56.76 117.85 -
System Red Green Blue C M Y K H S L
Decimal 187 233 75 0.20 0 0.68 0.09 77.47 0.78 0.6
Hex BB E9 4B 14 0 44 9 4D 4E 3C
Octal 273 351 113 24 0 104 11 115 116 74
Binary 10111011 11101001 1001011 10100 0 1000100 1001 1001101 1001110 111100

Color Harmonies of #BBE94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE94B

Black with #BBE94B

Text Example


Text Example

White with #BBE94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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