Html Css Color HEX #BCD61A Rio Grande

📋 copy color: '#BCD61A'

red 188 ◦ green 214 ◦ blue 26

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

Shades of Rio Grande #BCD61A

Tints of Rio Grande #BCD61A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50%

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

R = 43.93%
G = 50%
B = 6.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#BCD61A (or 0xBCD61A) is known color: Rio Grande. HEX triplet: BC, D6 and 1A. RGB value is (188,214,26). Sum of RGB (Red+Green+Blue) = 188+214+26=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD61A is #4329E5. Grayscale: #B9B9B9. Windows color (decimal): -4401638 or 1758908. OLE color: 1758908.

HSL color Cylindrical-coordinate representation of color #BCD61A: hue angle of 68.3º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCD61A is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 26 -
CMYK 0.12 0 0.88 0.16
HSL 68.3º 0.78% 0.47% -
HSV(B) 68.3º 0.88% 0.84% -
XYZ 44.97 58.86 9.97 -
YUV 184.79 38.39 130.29 -
System Red Green Blue C M Y K H S L
Decimal 188 214 26 0.12 0 0.88 0.16 68.3 0.78 0.47
Hex BC D6 1A C 0 58 10 44 4E 2F
Octal 274 326 32 14 0 130 20 104 116 57
Binary 10111100 11010110 11010 1100 0 1011000 10000 1000100 1001110 101111

Color Harmonies of #BCD61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD61A

Black with #BCD61A

Text Example


Text Example

White with #BCD61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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