Html Css Color HEX #BBC71F Rio Grande

📋 copy color: '#BBC71F'

red 187 ◦ green 199 ◦ blue 31

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

Shades of Rio Grande #BBC71F

Tints of Rio Grande #BBC71F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.72%

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

R = 44.84%
G = 47.72%
B = 7.43%

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

#BBC71F (or 0xBBC71F) is known color: Rio Grande. HEX triplet: BB, C7 and 1F. RGB value is (187,199,31). Sum of RGB (Red+Green+Blue) = 187+199+31=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC71F is #4438E0. Grayscale: #B0B0B0. Windows color (decimal): -4471009 or 2082747. OLE color: 2082747.

HSL color Cylindrical-coordinate representation of color #BBC71F: hue angle of 64.29º 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 #BBC71F is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 199 31 -
CMYK 0.06 0 0.84 0.22
HSL 64.29º 0.73% 0.45% -
HSV(B) 64.29º 0.84% 0.78% -
XYZ 41.16 51.51 9.07 -
YUV 176.26 46.02 135.66 -
System Red Green Blue C M Y K H S L
Decimal 187 199 31 0.06 0 0.84 0.22 64.29 0.73 0.45
Hex BB C7 1F 6 0 54 16 40 49 2D
Octal 273 307 37 6 0 124 26 100 111 55
Binary 10111011 11000111 11111 110 0 1010100 10110 1000000 1001001 101101

Color Harmonies of #BBC71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC71F

Black with #BBC71F

Text Example


Text Example

White with #BBC71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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