Html Css Color HEX #BBC61B Rio Grande

📋 copy color: '#BBC61B'

red 187 ◦ green 198 ◦ blue 27

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

Shades of Rio Grande #BBC61B

Tints of Rio Grande #BBC61B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.06%

 BLUE value IS 27 (10.94% from 255) = 6.55%

R = 45.39%
G = 48.06%
B = 6.55%

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

#BBC61B (or 0xBBC61B) is known color: Rio Grande. HEX triplet: BB, C6 and 1B. RGB value is (187,198,27). Sum of RGB (Red+Green+Blue) = 187+198+27=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC61B is #4439E4. Grayscale: #AFAFAF. Windows color (decimal): -4471269 or 1820347. OLE color: 1820347.

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

Color convert

RGB 187 198 27 -
CMYK 0.06 0 0.86 0.22
HSL 63.86º 0.76% 0.44% -
HSV(B) 63.86º 0.86% 0.78% -
XYZ 40.89 51.03 8.73 -
YUV 175.22 44.36 136.4 -
System Red Green Blue C M Y K H S L
Decimal 187 198 27 0.06 0 0.86 0.22 63.86 0.76 0.44
Hex BB C6 1B 6 0 56 16 40 4C 2C
Octal 273 306 33 6 0 126 26 100 114 54
Binary 10111011 11000110 11011 110 0 1010110 10110 1000000 1001100 101100

Color Harmonies of #BBC61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC61B

Black with #BBC61B

Text Example


Text Example

White with #BBC61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC61B; }

 p { color: rgb(187,198,27); }

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

background-color css

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

 a { background-color: rgb(187,198,27); }

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

border-color css

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

 span { border-color: rgb(187,198,27); }

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