Html Css Color HEX #BCD01A Rio Grande

📋 copy color: '#BCD01A'

red 188 ◦ green 208 ◦ blue 26

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

Shades of Rio Grande #BCD01A

Tints of Rio Grande #BCD01A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.29%

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

R = 44.55%
G = 49.29%
B = 6.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#BCD01A (or 0xBCD01A) is known color: Rio Grande. HEX triplet: BC, D0 and 1A. RGB value is (188,208,26). Sum of RGB (Red+Green+Blue) = 188+208+26=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 26 (10.55% from 255 or 6.16% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD01A is #432FE5. Grayscale: #B5B5B5. Windows color (decimal): -4403174 or 1757372. OLE color: 1757372.

HSL color Cylindrical-coordinate representation of color #BCD01A: hue angle of 66.59º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCD01A is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 26 -
CMYK 0.10 0 0.88 0.18
HSL 66.59º 0.78% 0.46% -
HSV(B) 66.59º 0.88% 0.82% -
XYZ 43.48 55.88 9.47 -
YUV 181.27 40.37 132.8 -
System Red Green Blue C M Y K H S L
Decimal 188 208 26 0.10 0 0.88 0.18 66.59 0.78 0.46
Hex BC D0 1A A 0 58 12 43 4E 2E
Octal 274 320 32 12 0 130 22 103 116 56
Binary 10111100 11010000 11010 1010 0 1011000 10010 1000011 1001110 101110

Color Harmonies of #BCD01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD01A

Black with #BCD01A

Text Example


Text Example

White with #BCD01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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