Html Css Color HEX #B2CA06 La Rioja

📋 copy color: '#B2CA06'

red 178 ◦ green 202 ◦ blue 6

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

Shades of La Rioja #B2CA06

Tints of La Rioja #B2CA06

RGB

 RED value IS 178 (69.92% from 255) = 46.11%

 GREEN value IS 202 (79.3% from 255) = 52.33%

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 46.11%
G = 52.33%
B = 1.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#B2CA06 (or 0xB2CA06) is known color: La Rioja. HEX triplet: B2, CA and 06. RGB value is (178,202,6). Sum of RGB (Red+Green+Blue) = 178+202+6=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CA06 is #4D35F9. Grayscale: #ADADAD. Windows color (decimal): -5060090 or 445106. OLE color: 445106.

HSL color Cylindrical-coordinate representation of color #B2CA06: hue angle of 67.35º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2CA06 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 6 -
CMYK 0.12 0 0.97 0.21
HSL 67.35º 0.94% 0.41% -
HSV(B) 67.35º 0.97% 0.79% -
XYZ 39.51 51.72 8.07 -
YUV 172.48 34.05 131.94 -
System Red Green Blue C M Y K H S L
Decimal 178 202 6 0.12 0 0.97 0.21 67.35 0.94 0.41
Hex B2 CA 6 C 0 61 15 43 5E 29
Octal 262 312 6 14 0 141 25 103 136 51
Binary 10110010 11001010 110 1100 0 1100001 10101 1000011 1011110 101001

Color Harmonies of #B2CA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA06

Black with #B2CA06

Text Example


Text Example

White with #B2CA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA06; }

 p { color: rgb(178,202,6); }

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

background-color css

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

 a { background-color: rgb(178,202,6); }

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

border-color css

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

 span { border-color: rgb(178,202,6); }

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