Html Css Color HEX #BCD81A Rio Grande

📋 copy color: '#BCD81A'

red 188 ◦ green 216 ◦ blue 26

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

Shades of Rio Grande #BCD81A

Tints of Rio Grande #BCD81A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.23%

 BLUE value IS 26 (10.55% from 255) = 6.05%

R = 43.72%
G = 50.23%
B = 6.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#BCD81A (or 0xBCD81A) is known color: Rio Grande. HEX triplet: BC, D8 and 1A. RGB value is (188,216,26). Sum of RGB (Red+Green+Blue) = 188+216+26=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD81A is #4327E5. Grayscale: #BABABA. Windows color (decimal): -4401126 or 1759420. OLE color: 1759420.

HSL color Cylindrical-coordinate representation of color #BCD81A: hue angle of 68.84º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCD81A is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 26 -
CMYK 0.13 0 0.88 0.15
HSL 68.84º 0.79% 0.47% -
HSV(B) 68.84º 0.88% 0.85% -
XYZ 45.48 59.88 10.14 -
YUV 185.97 37.72 129.45 -
System Red Green Blue C M Y K H S L
Decimal 188 216 26 0.13 0 0.88 0.15 68.84 0.79 0.47
Hex BC D8 1A D 0 58 F 45 4F 2F
Octal 274 330 32 15 0 130 17 105 117 57
Binary 10111100 11011000 11010 1101 0 1011000 1111 1000101 1001111 101111

Color Harmonies of #BCD81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD81A

Black with #BCD81A

Text Example


Text Example

White with #BCD81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD81A; }

 p { color: rgb(188,216,26); }

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

background-color css

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

 a { background-color: rgb(188,216,26); }

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

border-color css

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

 span { border-color: rgb(188,216,26); }

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