Html Css Color HEX #BBC61F Rio Grande

📋 copy color: '#BBC61F'

red 187 ◦ green 198 ◦ blue 31

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

Shades of Rio Grande #BBC61F

Tints of Rio Grande #BBC61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.45%

R = 44.95%
G = 47.6%
B = 7.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#BBC61F (or 0xBBC61F) is known color: Rio Grande. HEX triplet: BB, C6 and 1F. RGB value is (187,198,31). Sum of RGB (Red+Green+Blue) = 187+198+31=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC61F is #4439E0. Grayscale: #B0B0B0. Windows color (decimal): -4471265 or 2082491. OLE color: 2082491.

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

Color convert

RGB 187 198 31 -
CMYK 0.06 0 0.84 0.22
HSL 63.95º 0.73% 0.45% -
HSV(B) 63.95º 0.84% 0.78% -
XYZ 40.93 51.05 8.99 -
YUV 175.67 46.36 136.08 -
System Red Green Blue C M Y K H S L
Decimal 187 198 31 0.06 0 0.84 0.22 63.95 0.73 0.45
Hex BB C6 1F 6 0 54 16 40 49 2D
Octal 273 306 37 6 0 124 26 100 111 55
Binary 10111011 11000110 11111 110 0 1010100 10110 1000000 1001001 101101

Color Harmonies of #BBC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC61F

Black with #BBC61F

Text Example


Text Example

White with #BBC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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