Html Css Color HEX #BBC81C Rio Grande

📋 copy color: '#BBC81C'

red 187 ◦ green 200 ◦ blue 28

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

Shades of Rio Grande #BBC81C

Tints of Rio Grande #BBC81C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.19%

 BLUE value IS 28 (11.33% from 255) = 6.75%

R = 45.06%
G = 48.19%
B = 6.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#BBC81C (or 0xBBC81C) is known color: Rio Grande. HEX triplet: BB, C8 and 1C. RGB value is (187,200,28). Sum of RGB (Red+Green+Blue) = 187+200+28=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC81C is #4437E3. Grayscale: #B1B1B1. Windows color (decimal): -4470756 or 1886395. OLE color: 1886395.

HSL color Cylindrical-coordinate representation of color #BBC81C: hue angle of 64.53º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBC81C is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 28 -
CMYK 0.06 0 0.86 0.22
HSL 64.53º 0.75% 0.45% -
HSV(B) 64.53º 0.86% 0.78% -
XYZ 41.36 51.96 8.95 -
YUV 176.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 187 200 28 0.06 0 0.86 0.22 64.53 0.75 0.45
Hex BB C8 1C 6 0 56 16 41 4B 2D
Octal 273 310 34 6 0 126 26 101 113 55
Binary 10111011 11001000 11100 110 0 1010110 10110 1000001 1001011 101101

Color Harmonies of #BBC81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC81C

Black with #BBC81C

Text Example


Text Example

White with #BBC81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC81C; }

 p { color: rgb(187,200,28); }

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

background-color css

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

 a { background-color: rgb(187,200,28); }

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

border-color css

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

 span { border-color: rgb(187,200,28); }

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