Html Css Color HEX #BCC81E Rio Grande

📋 copy color: '#BCC81E'

red 188 ◦ green 200 ◦ blue 30

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

Shades of Rio Grande #BCC81E

Tints of Rio Grande #BCC81E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.18%

R = 44.98%
G = 47.85%
B = 7.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#BCC81E (or 0xBCC81E) is known color: Rio Grande. HEX triplet: BC, C8 and 1E. RGB value is (188,200,30). Sum of RGB (Red+Green+Blue) = 188+200+30=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC81E is #4337E1. Grayscale: #B1B1B1. Windows color (decimal): -4405218 or 2017468. OLE color: 2017468.

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

Color convert

RGB 188 200 30 -
CMYK 0.06 0 0.85 0.22
HSL 64.24º 0.74% 0.45% -
HSV(B) 64.24º 0.85% 0.78% -
XYZ 41.63 52.09 9.09 -
YUV 177.03 45.02 135.82 -
System Red Green Blue C M Y K H S L
Decimal 188 200 30 0.06 0 0.85 0.22 64.24 0.74 0.45
Hex BC C8 1E 6 0 55 16 40 4A 2D
Octal 274 310 36 6 0 125 26 100 112 55
Binary 10111100 11001000 11110 110 0 1010101 10110 1000000 1001010 101101

Color Harmonies of #BCC81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC81E

Black with #BCC81E

Text Example


Text Example

White with #BCC81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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