Html Css Color HEX #BBF94C Conifer

📋 copy color: '#BBF94C'

red 187 ◦ green 249 ◦ blue 76

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

Shades of Conifer #BBF94C

Tints of Conifer #BBF94C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.63%

 BLUE value IS 76 (30.08% from 255) = 14.84%

R = 36.52%
G = 48.63%
B = 14.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#BBF94C (or 0xBBF94C) is known color: Conifer. HEX triplet: BB, F9 and 4C. RGB value is (187,249,76). Sum of RGB (Red+Green+Blue) = 187+249+76=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF94C is #4406B3. Grayscale: #D3D3D3. Windows color (decimal): -4458164 or 5044667. OLE color: 5044667.

HSL color Cylindrical-coordinate representation of color #BBF94C: hue angle of 81.5º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBF94C is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 76 -
CMYK 0.25 0 0.69 0.02
HSL 81.5º 0.94% 0.64% -
HSV(B) 81.5º 0.69% 0.98% -
XYZ 55.67 78.84 19.12 -
YUV 210.74 51.96 111.07 -
System Red Green Blue C M Y K H S L
Decimal 187 249 76 0.25 0 0.69 0.02 81.5 0.94 0.64
Hex BB F9 4C 19 0 45 2 52 5E 40
Octal 273 371 114 31 0 105 2 122 136 100
Binary 10111011 11111001 1001100 11001 0 1000101 10 1010010 1011110 1000000

Color Harmonies of #BBF94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF94C

Black with #BBF94C

Text Example


Text Example

White with #BBF94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF94C; }

 p { color: rgb(187,249,76); }

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

background-color css

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

 a { background-color: rgb(187,249,76); }

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

border-color css

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

 span { border-color: rgb(187,249,76); }

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