Html Css Color HEX #BBF061 Conifer

📋 copy color: '#BBF061'

red 187 ◦ green 240 ◦ blue 97

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

Shades of Conifer #BBF061

Tints of Conifer #BBF061

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.8%

 BLUE value IS 97 (38.28% from 255) = 18.51%

R = 35.69%
G = 45.8%
B = 18.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#BBF061 (or 0xBBF061) is known color: Conifer. HEX triplet: BB, F0 and 61. RGB value is (187,240,97). Sum of RGB (Red+Green+Blue) = 187+240+97=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF061 is #440F9E. Grayscale: #D0D0D0. Windows color (decimal): -4460447 or 6418619. OLE color: 6418619.

HSL color Cylindrical-coordinate representation of color #BBF061: hue angle of 82.24º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBF061 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 97 -
CMYK 0.22 0 0.60 0.06
HSL 82.24º 0.83% 0.66% -
HSV(B) 82.24º 0.6% 0.94% -
XYZ 53.81 73.75 22.71 -
YUV 207.85 65.44 113.13 -
System Red Green Blue C M Y K H S L
Decimal 187 240 97 0.22 0 0.60 0.06 82.24 0.83 0.66
Hex BB F0 61 16 0 3C 6 52 53 42
Octal 273 360 141 26 0 74 6 122 123 102
Binary 10111011 11110000 1100001 10110 0 111100 110 1010010 1010011 1000010

Color Harmonies of #BBF061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF061

Black with #BBF061

Text Example


Text Example

White with #BBF061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF061; }

 p { color: rgb(187,240,97); }

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

background-color css

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

 a { background-color: rgb(187,240,97); }

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

border-color css

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

 span { border-color: rgb(187,240,97); }

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