Html Css Color HEX #BBF052 Conifer

📋 copy color: '#BBF052'

red 187 ◦ green 240 ◦ blue 82

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

Shades of Conifer #BBF052

Tints of Conifer #BBF052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.11%

R = 36.74%
G = 47.15%
B = 16.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#BBF052 (or 0xBBF052) is known color: Conifer. HEX triplet: BB, F0 and 52. RGB value is (187,240,82). Sum of RGB (Red+Green+Blue) = 187+240+82=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF052 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF052 is #440FAD. Grayscale: #CECECE. Windows color (decimal): -4460462 or 5435579. OLE color: 5435579.

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

Color convert

RGB 187 240 82 -
CMYK 0.22 0 0.66 0.06
HSL 80.13º 0.84% 0.63% -
HSV(B) 80.13º 0.66% 0.94% -
XYZ 53.18 73.49 19.37 -
YUV 206.14 57.94 114.35 -
System Red Green Blue C M Y K H S L
Decimal 187 240 82 0.22 0 0.66 0.06 80.13 0.84 0.63
Hex BB F0 52 16 0 42 6 50 54 3F
Octal 273 360 122 26 0 102 6 120 124 77
Binary 10111011 11110000 1010010 10110 0 1000010 110 1010000 1010100 111111

Color Harmonies of #BBF052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF052

Black with #BBF052

Text Example


Text Example

White with #BBF052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF052; }

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

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

background-color css

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

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

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

border-color css

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

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

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