Html Css Color HEX #BCC81F Rio Grande

📋 copy color: '#BCC81F'

red 188 ◦ green 200 ◦ blue 31

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

Shades of Rio Grande #BCC81F

Tints of Rio Grande #BCC81F

RGB

 RED value IS 188 (73.83% from 255) = 44.87%

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

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

R = 44.87%
G = 47.73%
B = 7.4%

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

#BCC81F (or 0xBCC81F) is known color: Rio Grande. HEX triplet: BC, C8 and 1F. RGB value is (188,200,31). Sum of RGB (Red+Green+Blue) = 188+200+31=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC81F is #4337E0. Grayscale: #B1B1B1. Windows color (decimal): -4405217 or 2083004. OLE color: 2083004.

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

Color convert

RGB 188 200 31 -
CMYK 0.06 0 0.84 0.22
HSL 64.26º 0.73% 0.45% -
HSV(B) 64.26º 0.85% 0.78% -
XYZ 41.64 52.1 9.16 -
YUV 177.15 45.52 135.74 -
System Red Green Blue C M Y K H S L
Decimal 188 200 31 0.06 0 0.84 0.22 64.26 0.73 0.45
Hex BC C8 1F 6 0 54 16 40 49 2D
Octal 274 310 37 6 0 124 26 100 111 55
Binary 10111100 11001000 11111 110 0 1010100 10110 1000000 1001001 101101

Color Harmonies of #BCC81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC81F

Black with #BCC81F

Text Example


Text Example

White with #BCC81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC81F; }

 p { color: rgb(188,200,31); }

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

background-color css

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

 a { background-color: rgb(188,200,31); }

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

border-color css

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

 span { border-color: rgb(188,200,31); }

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